home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Ospline4side.res < prev    next >
Text File  |  2003-02-27  |  426b  |  15 lines

  1. CONTAINER Ospline4side
  2. {
  3.     NAME Ospline4side;
  4.     INCLUDE Obase;
  5.     
  6.     GROUP ID_OBJECTPROPERTIES
  7.     {
  8.         LONG PRIM_4SIDE_TYPE { CYCLE { PRIM_4SIDE_TYPE_DIAMOND;PRIM_4SIDE_TYPE_KITE;PRIM_4SIDE_TYPE_PARALLELOGRAM;PRIM_4SIDE_TYPE_TRAPEZIUM; } }
  9.         REAL PRIM_4SIDE_A { UNIT METER; MIN 0.0; }
  10.         REAL PRIM_4SIDE_B { UNIT METER; MIN 0.0; }
  11.         REAL PRIM_4SIDE_ANGLE { UNIT DEGREE; MIN -90; MAX 90; }
  12.     }
  13.     INCLUDE Osplineprimitive;
  14. }
  15.